|
|
|
|
ColumnsClass Class |
ColumnsClass Class (Softelvdm.SftTreeNET Namespace)
An instance of the ColumnsClass class describes attributes that apply to all columns in a SftTree/NET control.
There is only one instance of the ColumnsClass class for one SftTree/NET control. It is accessed using the control's Columns property.
An individual column can be accessed through the control's Columns.Item property.
VB |
Public Class ColumnsClass Inherits Object |
C# |
public class ColumnsClass : Object |
C++ |
public ref class ColumnsClass : public Object |
Public |
Fields |
Events |
|||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Returns the column collection. | |
Defines the number of columns. | |
Returns the first column in the column collection. | |
Returns the first displayed column. | |
Returns the first displayed column. | |
Returns the index of the first displayed column. | |
Returns the index of the first displayed column. | |
Returns the index of the first column in the column collection. | |
Defines the column at the specified index. | |
Returns the last column in the column collection. | |
Returns the last displayed column. | |
Returns the last displayed column. | |
Returns the index of the last displayed column. | |
Returns the index of the last displayed column. | |
Returns the index of the last column in the column collection. | |
Defines whether the last column is open-ended. | |
Defines whether resizable columns can be resized in the item area. | |
Description | |
Adds a new column. | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
Translates a real column index into the column display position. | |
Sets the optimal column width of all columns so that the cell contents of all cells can be displayed without being clipped horizontally. | |
Translates a column display position into the real column index. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
Removes the specified column. | |
ToString | Returns a String that represents the current Object. |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTreeNET Namespace